home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / gfx / conv / GD_V1_11.readme < prev    next >
Text File  |  1995-07-02  |  5KB  |  113 lines

  1. Short:    Gd 1.1.1 A GIF conversion library, WWW
  2. Author:   Tom Boutell, boutell@netcom.com
  3. Uploader: Joop.vandeWege@Medew.ENTO.WAU.NL (Joop van de Wege)
  4. Type:     gfx/conv
  5.  
  6. Modifications to the makefile (Aztec) are done by me, nothing else is changed.
  7. The archive includes the full source + the executable for Webgif.
  8.  
  9. The original 'readme' follows below.
  10. The original makefile got lost in the process, but can be retrieved from
  11. the authors www-site.
  12. The supplied application 'Webgif' allows you to make transparent and
  13. interlaced GIF's for use with the various WWW browsers.
  14. Options are done a bit different than on the Amiga usually. It is not
  15. '-t0' but '-t 0' to specify that color index zero should be the
  16. transparent color. Anyone with a bit of programming experience should be
  17. able to modify the program to behave more like we are used to.
  18.  
  19. --------------------------------------------------------------------
  20. This is the gd gif-manipulating library, version 1.1.1. It was
  21. created to allow graphs, charts and the like to be generated on the
  22. fly for use on the World wide Web, but is useful for any
  23. application in which custom .GIFs are useful. It is not a paint 
  24. program; it is a library. If you are looking for a paint program
  25. for the X Window System, check out David Koblas "xpaint", available 
  26. by anonymous FTP from ftp.netcom.com in pub/koblas. (I'm just a
  27. fan of Dave's code.)
  28.  
  29. "What's new in gd 1.1.1?"
  30.  
  31. Numerous bug fixes, documentation improvements, and the
  32. webgif utility. See gd.html for details.
  33.  
  34. "What was new in gd 1.1?"
  35. -- Polygon drawing and filling
  36. -- Brushes
  37. -- Tiles
  38. -- Line styling (even with brushes...)
  39. -- Interlaced GIFs (hello, Netscape!)
  40.  
  41. "Where's the manual?"
  42.  
  43. Load gd.html into your web browser. Print it if you like,
  44. but every single reference to a function is a hyperlink,
  45. so the manual is especially good when read online!
  46.  
  47. COPYRIGHT 1994 BY THE QUEST CENTER AT COLD SPRING HARBOR LABS. 
  48. Permission granted for unlimited use, provided that 
  49. the Quest Center at Cold Spring Harbor Labs is given
  50. credit for the library in the user-visible documentation of 
  51. your software. If you modify gd, we ask that you share the
  52. modifications with us so they can be added to the
  53. distribution. See gd.html for details.
  54.  
  55. gd has been compiled in various forms on all major platforms.
  56. It is happiest on a machine with 32-bit addressing and
  57. a proper stack (ie, anything running Unix, VMS, Windows NT
  58. or any other modern operating system), but is entirely
  59. usable under DOS and Windows. Note, however, that the
  60. flood-fill routines are mildly recursive and may fail on machines
  61. with tiny stack areas. Also, the fonts require a significant
  62. amount of memory (they are optimized more for speed than
  63. for size), but they need not be linked by applications that
  64. do not use them. Otherwise the code is highly
  65. portable and has been written in pre-ANSI C to ensure
  66. easy compilation on all platforms.
  67.  
  68. Full documentation is provided in HTML (World Wide Web) format
  69. in the file gd.html (part of this distribution). You can access the 
  70. latest version of the file at the URL "http://siva.cshl.org/gd/gd.html". 
  71. If you are unfamiliar with the World Wide Web, consult the Frequently
  72. Asked Questions posting of comp.infosystems.www.users for
  73. more information on where to locate a hypertext browser.
  74. The text-based browser "Lynx" does a particularly good job
  75. of navigating the manual and will run on nearly anything.
  76.  
  77. If you don't have the patience to consult the manual
  78. first, build and examine gddemo.c (see the Makefile)
  79. and run it. It will read in demoin.gif and output
  80. demoout.gif, which you will want to examine with your
  81. GIF viewer to see the results.
  82.  
  83. Tom Boutell, boutell@netcom.com
  84. http://sunsite.unc.edu/boutell/index.html
  85. 116 14th Ave E Apt 2
  86. Seattle, WA 98102
  87.  
  88.  
  89. ============================= Archive contents =============================
  90.  
  91. Original  Packed Ratio    Date     Time    Name
  92. -------- ------- ----- --------- --------  -------------
  93.     5410    1774 67.2% 03-Dec-94 10:42:20 +gd.h
  94.    86173   20869 75.7% 10-Dec-94 12:51:52 +gd.html
  95.     2836    1105 61.0% 03-Dec-94 11:52:48 +gddemo.c
  96.    29438    1562 94.6% 19-Oct-94 05:00:00 +gdfontl.c
  97.      362     242 33.1% 19-Oct-94 05:00:00 +gdfontl.h
  98.    17534     906 94.8% 19-Oct-94 05:00:00 +gdfonts.c
  99.      363     241 33.6% 19-Oct-94 05:00:00 +gdfonts.h
  100.      870     449 48.3% 19-Oct-94 05:00:00 +giftogd.c
  101.      879     334 62.0% 07-Nov-94 19:24:54 +mathmake.c
  102.     5530     870 84.2% 07-Nov-94 19:25:14 +mtables.c
  103.     2853    1549 45.7% 10-Dec-94 13:06:52 +README
  104.     2533    1413 44.2% 10-Dec-94 13:06:52 +README.bak
  105.     4260    1640 61.5% 10-Dec-94 12:33:14 +webgif.c
  106.    60266   15875 73.6% 05-May-95 17:31:18 +gd.c
  107.    11449   10948  4.3% 05-May-95 17:47:06 +demoin.gif
  108.      671     306 54.3% 05-May-95 18:19:16 +Makefile
  109.    39216   17309 55.8% 05-May-95 18:39:42 +webgif
  110.     1233     594 51.8% 14-May-95 15:57:36  gd1.1.1.info
  111. -------- ------- ----- --------- --------
  112.   271876   77986 71.3% 20-May-95 02:18:24   18 files
  113.